home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
tools
/
mg
/
rexx
/
mgclip.mg
< prev
next >
Wrap
Text File
|
1995-03-09
|
172b
|
9 lines
/*
* Adds it's argument to the list of clips we need to clean up on exit
* from mg.
*/
clipname = "mg.cleanclips."
call setclip clipname, getclip(clipname) arg(1)
exit